gpsbabel.git
14 years agoMore internationalization changes for Windows.
robertlipe@gmail.com [Sun, 2 Oct 2011 19:23:42 +0000 (19:23 +0000)]
More internationalization changes for Windows.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4093 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAdd support for Holux M-1200E.
robertlipe@gmail.com [Sun, 2 Oct 2011 18:09:11 +0000 (18:09 +0000)]
Add support for Holux M-1200E.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4092 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoMany installer tweaks for Windows.
robertlipe@gmail.com [Tue, 6 Sep 2011 01:53:33 +0000 (01:53 +0000)]
Many installer tweaks for Windows.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4091 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoFix the stupid windows translation bug.
robertlipe@gmail.com [Tue, 6 Sep 2011 01:22:26 +0000 (01:22 +0000)]
Fix the stupid windows translation bug.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4090 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoImprove windows binary distro.
robertlipe@gmail.com [Tue, 6 Sep 2011 01:21:12 +0000 (01:21 +0000)]
Improve windows binary distro.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4089 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agorename copying.txt so we don't have to in setup
robertlipe@gmail.com [Sun, 4 Sep 2011 22:15:47 +0000 (22:15 +0000)]
rename copying.txt so we don't have to in setup

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4088 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agorename copying.txt so we don't have to in setup
robertlipe@gmail.com [Sun, 4 Sep 2011 22:15:08 +0000 (22:15 +0000)]
rename copying.txt so we don't have to in setup

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4087 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoDon't offer languages we don't have.
robertlipe@gmail.com [Sun, 4 Sep 2011 21:30:32 +0000 (21:30 +0000)]
Don't offer languages we don't have.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4086 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoCompletely change the way language handling works in the GUI.
robertlipe@gmail.com [Sun, 4 Sep 2011 21:03:14 +0000 (21:03 +0000)]
Completely change the way language handling works in the GUI.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4085 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAllow upgrade.cpp to run in configure-less builds.
robertlipe@gmail.com [Sun, 4 Sep 2011 19:44:55 +0000 (19:44 +0000)]
Allow upgrade.cpp to run in configure-less builds.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4084 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoWarning fix in cet_util.
robertlipe@gmail.com [Sat, 3 Sep 2011 21:21:37 +0000 (21:21 +0000)]
Warning fix in cet_util.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4083 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoDon't crash on malforemed GPX; attr isn't optional on href.
robertlipe@gmail.com [Sat, 3 Sep 2011 21:11:20 +0000 (21:11 +0000)]
Don't crash on malforemed GPX; attr isn't optional on href.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4082 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAdd a thin shim around QDateTime to make it more compatible with our C-inspired
robertlipe@gmail.com [Fri, 12 Aug 2011 04:02:29 +0000 (04:02 +0000)]
Add a thin shim around QDateTime to make it more compatible with our C-inspired
usage for creation_time.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4081 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAdd rest of garmin_fit reference files.
robertlipe@gmail.com [Tue, 26 Jul 2011 15:13:33 +0000 (15:13 +0000)]
Add rest of garmin_fit reference files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4080 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoPaul Brook contributes Garmin FIT support.
robertlipe@gmail.com [Tue, 26 Jul 2011 05:59:31 +0000 (05:59 +0000)]
Paul Brook contributes Garmin FIT support.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4079 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoWhew. Work through the last of the changes. The entire project builds
robertlipe@gmail.com [Tue, 26 Jul 2011 03:41:14 +0000 (03:41 +0000)]
Whew.   Work through the last of the changes.  The entire project builds
AND runs the test suite on Mac when built with either configure/make as C
or via Qmake/make as C++.

Now we can start fretting about things like using QTime to replace time_t
and how we're going to distribute Mae command line builds...

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4078 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoMore of the bulky C++ pedantry worked through without actually taking advantage
robertlipe@gmail.com [Tue, 26 Jul 2011 01:56:33 +0000 (01:56 +0000)]
More of the bulky C++ pedantry worked through without actually taking advantage
of C++ yet.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4077 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoWhitespace fixes.
robertlipe@gmail.com [Mon, 25 Jul 2011 02:43:24 +0000 (02:43 +0000)]
Whitespace fixes.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4076 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoA bulky, but relatively brute force, attempt to make an interesting part
robertlipe@gmail.com [Mon, 25 Jul 2011 02:42:00 +0000 (02:42 +0000)]
A bulky, but relatively brute force, attempt to make an interesting part
of the code base legal C and C++ at the same time.

This means that things are quite non-C++ right now, but you can only fight
battles on so many fronts...

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4075 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoGrand style "fix" courtesy of astyle. Everything (whitespace,
robertlipe@gmail.com [Sun, 24 Jul 2011 20:04:53 +0000 (20:04 +0000)]
Grand style "fix" courtesy of astyle.   Everything (whitespace,
tabs, curlies) is now internall consistent.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4074 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoFix navicache test reference from r4071.
robertlipe@gmail.com [Sun, 24 Jul 2011 19:53:33 +0000 (19:53 +0000)]
Fix navicache test reference from r4071.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4073 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoImprove navicache smartnames.
robertl [Thu, 21 Jul 2011 21:49:51 +0000 (21:49 +0000)]
Improve navicache smartnames.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4071 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoSuppress warning on GCC 4.2 when building 32 bit mode.
robertl [Wed, 29 Jun 2011 17:43:38 +0000 (17:43 +0000)]
Suppress warning on GCC 4.2 when building 32 bit mode.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4070 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoFix bug in KML writer for min/max alts.
robertl [Sat, 25 Jun 2011 22:03:47 +0000 (22:03 +0000)]
Fix bug in KML writer for min/max alts.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4069 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoRick adds better URL handling to Navicache.
robertl [Tue, 7 Jun 2011 15:25:05 +0000 (15:25 +0000)]
Rick adds better URL handling to Navicache.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4068 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAdd placer to navicache.
robertl [Mon, 6 Jun 2011 23:24:43 +0000 (23:24 +0000)]
Add placer to navicache.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4067 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoActually use lat AND lon (blush) when computingn distance in track filter.
robertl [Thu, 2 Jun 2011 00:04:58 +0000 (00:04 +0000)]
Actually use lat AND lon (blush) when computingn distance in track filter.
Use sensible thresholds.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4066 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoActually test our KML writer, not the reference files.
robertl [Wed, 1 Jun 2011 16:14:59 +0000 (16:14 +0000)]
Actually test our KML writer, not the reference files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4065 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoMove document Lookat from bottom. Thiw was blessed by Google long ago,
robertl [Wed, 1 Jun 2011 00:54:54 +0000 (00:54 +0000)]
Move document Lookat from bottom.  Thiw was blessed by Google long ago,
but it's technically incorrect, so we fixed it.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4064 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoMake validation errors fatal in KML.
robertl [Wed, 1 Jun 2011 00:50:52 +0000 (00:50 +0000)]
Make validation errors fatal in KML.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4063 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAdd automated test for KML validation.
robertl [Wed, 1 Jun 2011 00:49:11 +0000 (00:49 +0000)]
Add automated test for KML validation.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4062 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoAdd missing files to GPSBabel.vcproj
robertl [Thu, 14 Apr 2011 01:38:38 +0000 (01:38 +0000)]
Add missing files to GPSBabel.vcproj

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4061 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoNuke DOS newlines form pocketfms_wp.c
robertl [Thu, 14 Apr 2011 01:35:42 +0000 (01:35 +0000)]
Nuke DOS newlines form pocketfms_wp.c

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4060 f51c46e8-681c-474f-0cfe-069cfd0219fb

14 years agoStupid MSVC still doesn't accept C99. Dumb down for it.
robertl [Thu, 14 Apr 2011 01:30:01 +0000 (01:30 +0000)]
Stupid MSVC still doesn't accept C99.   Dumb down for it.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4059 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix typo in transform doc.
robertl [Wed, 30 Mar 2011 16:48:26 +0000 (16:48 +0000)]
Fix typo in transform doc.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4058 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd Qt Project file.
robertl [Fri, 11 Mar 2011 23:15:00 +0000 (23:15 +0000)]
Add Qt Project file.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4057 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoRegenerate configure.
robertl [Mon, 7 Mar 2011 02:05:46 +0000 (02:05 +0000)]
Regenerate configure.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4056 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoDon't output geocaching data in .loc if we don't have geocaching data.
robertl [Sun, 6 Mar 2011 23:55:12 +0000 (23:55 +0000)]
Don't output geocaching data in .loc if we don't have geocaching data.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4055 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd pre-generated land_air_sea module.
robertl [Sun, 6 Mar 2011 23:52:56 +0000 (23:52 +0000)]
Add pre-generated land_air_sea module.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4054 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd explorist_ini to build.
robertl [Sun, 6 Mar 2011 23:02:33 +0000 (23:02 +0000)]
Add explorist_ini to build.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4053 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoOverhaul new Explorist code to work with the released firmware. UNIX only
robertl [Sun, 6 Mar 2011 22:59:44 +0000 (22:59 +0000)]
Overhaul new Explorist code to work with the released firmware. UNIX only
for now.

That'll teach me to trust pre-releases.   Grrr.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4052 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd device transparency for Magellan Explorist x10 models.
robertl [Sun, 6 Mar 2011 20:42:53 +0000 (20:42 +0000)]
Add device transparency for Magellan Explorist x10 models.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4051 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoImprove handling of bogus NMEA.
robertl [Mon, 21 Feb 2011 16:55:33 +0000 (16:55 +0000)]
Improve handling of bogus NMEA.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4050 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix description for nuke routes in delbin.
robertl [Sun, 20 Feb 2011 19:16:58 +0000 (19:16 +0000)]
Fix description for nuke routes in delbin.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4049 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoTyler Ritchie contributes Land Air Sea format for GPS Tracking Key Pro.
robertl [Mon, 14 Feb 2011 16:57:35 +0000 (16:57 +0000)]
Tyler Ritchie contributes Land Air Sea format for GPS Tracking Key Pro.
(Doc just roughed in for now.)

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4048 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoRick Richardson adds read/write support for enhanced loc format from Groundspeak...
robertl [Sun, 9 Jan 2011 04:50:01 +0000 (04:50 +0000)]
Rick Richardson adds read/write support for enhanced loc format from Groundspeak that adds diff, terrain, and container..

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4047 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd read support to garmin_gpi for tag type 2.
robertl [Thu, 6 Jan 2011 15:12:31 +0000 (15:12 +0000)]
Add read support to garmin_gpi for tag type 2.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4046 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd doc for miniHomer.
robertl [Thu, 11 Nov 2010 03:34:55 +0000 (03:34 +0000)]
Add doc for miniHomer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4045 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoJosef Reisinger adds the Minihomer variant of Skytraq.
robertl [Thu, 11 Nov 2010 03:32:47 +0000 (03:32 +0000)]
Josef Reisinger adds the Minihomer variant of Skytraq.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4044 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoModify internal data structures when input or output filenames are manually edited.
robertl [Mon, 1 Nov 2010 03:30:42 +0000 (03:30 +0000)]
Modify internal data structures when input or output filenames are manually edited.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4043 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoIn the GUI, ensure that all binary options appear on the command. This is especially...
robertl [Sun, 31 Oct 2010 19:31:26 +0000 (19:31 +0000)]
In the GUI, ensure that all binary options appear on the command.  This is especially useful in KML where we have many options that default to true and previously had no way to turn them off.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4042 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoMichael Cooper adds FlySight support.
robertl [Sun, 31 Oct 2010 19:03:29 +0000 (19:03 +0000)]
Michael Cooper adds FlySight support.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4041 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd aviation units to KML writer.
robertl [Fri, 29 Oct 2010 13:56:57 +0000 (13:56 +0000)]
Add aviation units to KML writer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4040 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoKML: Don't trigger to miles on altitude for large values of feet.
robertl [Thu, 28 Oct 2010 13:22:13 +0000 (13:22 +0000)]
KML: Don't trigger to miles on altitude for large values of feet.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4039 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoMake KML output more compliant by moving schema element.
robertl [Fri, 22 Oct 2010 15:49:15 +0000 (15:49 +0000)]
Make KML output more  compliant by moving schema element.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4038 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix double output points in KML LineString writer.
robertl [Tue, 19 Oct 2010 02:37:59 +0000 (02:37 +0000)]
Fix double output points in KML LineString writer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4037 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix min/max alt computations in KML writer.
robertl [Mon, 18 Oct 2010 13:29:27 +0000 (13:29 +0000)]
Fix min/max alt computations in KML writer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4036 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoCorrect order of Icon, Label, Line styles in KML writer.
robertl [Mon, 11 Oct 2010 13:51:41 +0000 (13:51 +0000)]
Correct order of Icon, Label, Line styles in KML writer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4035 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoBump version number for release.
robertl [Sun, 10 Oct 2010 19:04:53 +0000 (19:04 +0000)]
Bump version number for release.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4033 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoUpdate translations.
robertl [Sun, 10 Oct 2010 14:54:27 +0000 (14:54 +0000)]
Update translations.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4032 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoSet exit status in mac-localize.
robertl [Sun, 10 Oct 2010 14:54:12 +0000 (14:54 +0000)]
Set exit status in mac-localize.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4031 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoRegenerate.
robertl [Sun, 10 Oct 2010 14:44:55 +0000 (14:44 +0000)]
Regenerate.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4030 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoImprovements to iblue747 format.
robertl [Sun, 10 Oct 2010 14:44:24 +0000 (14:44 +0000)]
Improvements to iblue747 format.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4029 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix swapped lat/lon in KML read.
robertl [Tue, 5 Oct 2010 20:54:38 +0000 (20:54 +0000)]
Fix swapped lat/lon in KML read.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4028 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoGPilotS. Fix capabilities to show we do tracks, minor tweaks from spring.
robertl [Sun, 26 Sep 2010 19:36:21 +0000 (19:36 +0000)]
GPilotS.  Fix capabilities to show we do tracks, minor tweaks from spring.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4027 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAlex York enhances MMO to handle European Edition, Version 5.4.2.
robertl [Tue, 21 Sep 2010 18:11:39 +0000 (18:11 +0000)]
Alex York enhances MMO to handle European Edition, Version 5.4.2.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4026 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoDocument erase_t for Garmin.
robertl [Mon, 20 Sep 2010 00:28:54 +0000 (00:28 +0000)]
Document erase_t for Garmin.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4025 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoDocument the UTM XCSV stuff.
robertl [Sun, 19 Sep 2010 21:47:58 +0000 (21:47 +0000)]
Document the UTM XCSV stuff.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4024 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix drag-n-drop into main window.
robertl [Thu, 2 Sep 2010 03:10:46 +0000 (03:10 +0000)]
Fix drag-n-drop into main window.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4023 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoMake KML writer not write fictional precision and honor 2D form of position.
robertl [Wed, 1 Sep 2010 16:51:19 +0000 (16:51 +0000)]
Make KML writer not write fictional precision and honor 2D form of position.
Regenerate data files.  Added tools/rebuild to automate that.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4022 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix crash in subrip on start of file.
robertl [Sun, 29 Aug 2010 19:45:52 +0000 (19:45 +0000)]
Fix crash in subrip on start of file.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4021 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoVarious warning fixes and one code gen problem to successfully build with clang.
robertl [Fri, 27 Aug 2010 16:04:07 +0000 (16:04 +0000)]
Various warning fixes and one code gen problem to successfully build with clang.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4020 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoSupport nautical miles in KML.
robertl [Thu, 26 Aug 2010 18:57:31 +0000 (18:57 +0000)]
Support nautical miles in KML.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4019 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoUse osm as extension for OpenStreetMap.
robertl [Mon, 23 Aug 2010 13:38:24 +0000 (13:38 +0000)]
Use osm as extension for OpenStreetMap.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4018 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAllow extended notes for PN-60.
robertl [Mon, 23 Aug 2010 13:26:07 +0000 (13:26 +0000)]
Allow extended notes for PN-60.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4017 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd erase_t option to garmin to erase existsing courses when writing new ones.
robertl [Sun, 22 Aug 2010 19:37:55 +0000 (19:37 +0000)]
Add erase_t option to garmin to erase existsing courses when writing new ones.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4016 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoDon't use C99 data types in Garmin XT.
robertl [Sun, 22 Aug 2010 19:13:02 +0000 (19:13 +0000)]
Don't use C99 data types in Garmin XT.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4015 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoDrop old Mac GUI from tree.
robertl [Wed, 18 Aug 2010 19:42:57 +0000 (19:42 +0000)]
Drop old Mac GUI from tree.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4014 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix typo in yesterday's KML change.
robertl [Tue, 17 Aug 2010 21:42:20 +0000 (21:42 +0000)]
Fix typo in yesterday's KML change.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4013 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoTweak vecs for mtk_logger to show it can read waypoints.
robertl [Tue, 17 Aug 2010 02:40:05 +0000 (02:40 +0000)]
Tweak vecs for mtk_logger to show it can read waypoints.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4012 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAllow alt to be optional an KML reads.
robertl [Tue, 17 Aug 2010 02:36:27 +0000 (02:36 +0000)]
Allow alt to be optional an KML reads.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4011 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoWarning fix for MSVC.
robertl [Tue, 10 Aug 2010 15:40:46 +0000 (15:40 +0000)]
Warning fix for MSVC.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4010 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoEliminate warning building without CSV.
robertl [Thu, 5 Aug 2010 23:09:52 +0000 (23:09 +0000)]
Eliminate warning building without CSV.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4009 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoDoc fix.
robertl [Wed, 28 Jul 2010 02:05:30 +0000 (02:05 +0000)]
Doc fix.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4008 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoTweak OSM node to output 7 decimal places.
robertl [Mon, 26 Jul 2010 15:02:33 +0000 (15:02 +0000)]
Tweak OSM node to output 7 decimal places.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4007 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoBetter fix for KML entity escaping.
robertl [Mon, 19 Jul 2010 23:48:07 +0000 (23:48 +0000)]
Better fix for KML entity escaping.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4006 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoUse explicit ascii version of movefile for build envs that default to windows
robertl [Mon, 19 Jul 2010 21:40:49 +0000 (21:40 +0000)]
Use explicit ascii version of movefile for build envs that default to windows
bloaty strings.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4005 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoParse track name out of header for Ozi plt files.
robertl [Fri, 16 Jul 2010 20:10:48 +0000 (20:10 +0000)]
Parse track name out of header for Ozi plt files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4004 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoUse explictly ANSI versisno of GetLogicalDriveStrings and CreateFile on Windows.
robertl [Wed, 14 Jul 2010 20:13:37 +0000 (20:13 +0000)]
Use explictly ANSI versisno of GetLogicalDriveStrings and CreateFile on Windows.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4003 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoActually commit the 1.4.1 change to the Mac object build.
robertl [Tue, 29 Jun 2010 01:28:35 +0000 (01:28 +0000)]
Actually commit the 1.4.1 change to the Mac object build.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4002 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix bogus CDATA encoding of description in KML tags.
robertl [Mon, 28 Jun 2010 21:25:49 +0000 (21:25 +0000)]
Fix bogus CDATA encoding of description in KML tags.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4001 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoMTK: fixes for elevation, speed, and height in GPSport 245.
robertl [Sun, 27 Jun 2010 22:40:57 +0000 (22:40 +0000)]
MTK: fixes for elevation, speed, and height in GPSport 245.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3999 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAnother missing file from test suite.
robertl [Sun, 27 Jun 2010 22:10:10 +0000 (22:10 +0000)]
Another missing file from test suite.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3998 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoAdd igo8 padded to test suite.
robertl [Sun, 27 Jun 2010 22:04:41 +0000 (22:04 +0000)]
Add igo8 padded to test suite.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3997 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoMore translation tweaks.
robertl [Sun, 27 Jun 2010 21:18:09 +0000 (21:18 +0000)]
More translation tweaks.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3996 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoFix versino check.
robertl [Sun, 27 Jun 2010 21:13:29 +0000 (21:13 +0000)]
Fix versino check.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3995 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agolrelease russian, too.
robertl [Sun, 27 Jun 2010 21:13:07 +0000 (21:13 +0000)]
lrelease russian, too.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3994 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoLink to web site from menu options.
robertl [Sun, 27 Jun 2010 21:12:37 +0000 (21:12 +0000)]
Link to web site from menu options.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3993 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoLayout fix in preferences dialog.
robertl [Sun, 27 Jun 2010 20:08:19 +0000 (20:08 +0000)]
Layout fix in preferences dialog.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3992 f51c46e8-681c-474f-0cfe-069cfd0219fb

15 years agoGerman tweaks.
robertl [Sun, 27 Jun 2010 19:41:18 +0000 (19:41 +0000)]
German tweaks.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3991 f51c46e8-681c-474f-0cfe-069cfd0219fb